home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gigarom 1
/
Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso
/
FILES
/
DEM
/
D-H
/
DiskTop Demo.cpt
/
DiskTop™ Demo
/
background_5860.txt
< prev
next >
Wrap
Text File
|
1990-01-29
|
2KB
|
92 lines
-- background: 5860 from stack: in
-- bmap block id: 5943
-- flags: 0000
-- background id: 0
-- name: Main
----- HyperTalk script -----
on openCard
hide menubar
end opencard
on arrowKey
-- pass arrow key
end arrowKey
-- part 6 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=380 top=300 right=329 bottom=425
-- title width / last selected line: 0
-- icon id / first selected line: 2442 / 2442
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
set lockscreen to true
hide card field "Text Plain"
show card field "HelpText"
unlock screen with visual effect dissolve
end mouseUp
-- part 9 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=467 top=299 right=328 bottom=512
-- title width / last selected line: 0
-- icon id / first selected line: 9632 / 9632
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
answer "Quit to Home or Finder?" with "Cancel" or "Home" or "Finder"
if it = "Cancel"
then
exit mouseUp
end if
if it = "Home"
then
visual effect iris open
go home
else
show menubar
doMenu "Quit HyperCard"
end if
end mouseUp
-- part 10 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=424 top=302 right=327 bottom=468
-- title width / last selected line: 0
-- icon id / first selected line: 10668 / 10668
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
global QMExit
visual effect dissolve to black
visual effect dissolve
go to QMExit
end mouseUp